\(\int \frac {(a x+b x^2)^{5/2}}{x^4} \, dx\) [30]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 17, antiderivative size = 92 \[ \int \frac {\left (a x+b x^2\right )^{5/2}}{x^4} \, dx=\frac {15}{4} a b \sqrt {a x+b x^2}+\frac {5 b \left (a x+b x^2\right )^{3/2}}{2 x}-\frac {2 \left (a x+b x^2\right )^{5/2}}{x^3}+\frac {15}{4} a^2 \sqrt {b} \text {arctanh}\left (\frac {\sqrt {b} x}{\sqrt {a x+b x^2}}\right ) \]

[Out]

5/2*b*(b*x^2+a*x)^(3/2)/x-2*(b*x^2+a*x)^(5/2)/x^3+15/4*a^2*arctanh(x*b^(1/2)/(b*x^2+a*x)^(1/2))*b^(1/2)+15/4*a
*b*(b*x^2+a*x)^(1/2)

Rubi [A] (verified)

Time = 0.03 (sec) , antiderivative size = 92, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.235, Rules used = {676, 678, 634, 212} \[ \int \frac {\left (a x+b x^2\right )^{5/2}}{x^4} \, dx=\frac {15}{4} a^2 \sqrt {b} \text {arctanh}\left (\frac {\sqrt {b} x}{\sqrt {a x+b x^2}}\right )+\frac {5 b \left (a x+b x^2\right )^{3/2}}{2 x}+\frac {15}{4} a b \sqrt {a x+b x^2}-\frac {2 \left (a x+b x^2\right )^{5/2}}{x^3} \]

[In]

Int[(a*x + b*x^2)^(5/2)/x^4,x]

[Out]

(15*a*b*Sqrt[a*x + b*x^2])/4 + (5*b*(a*x + b*x^2)^(3/2))/(2*x) - (2*(a*x + b*x^2)^(5/2))/x^3 + (15*a^2*Sqrt[b]
*ArcTanh[(Sqrt[b]*x)/Sqrt[a*x + b*x^2]])/4

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 634

Int[1/Sqrt[(b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[2, Subst[Int[1/(1 - c*x^2), x], x, x/Sqrt[b*x + c*x^2
]], x] /; FreeQ[{b, c}, x]

Rule 676

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(d + e*x)^(m + 1)*((
a + b*x + c*x^2)^p/(e*(m + p + 1))), x] - Dist[c*(p/(e^2*(m + p + 1))), Int[(d + e*x)^(m + 2)*(a + b*x + c*x^2
)^(p - 1), x], x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - b*d*e + a*e^2, 0] && GtQ[
p, 0] && (LtQ[m, -2] || EqQ[m + 2*p + 1, 0]) && NeQ[m + p + 1, 0] && IntegerQ[2*p]

Rule 678

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(d + e*x)^(m + 1)*((
a + b*x + c*x^2)^p/(e*(m + 2*p + 1))), x] - Dist[p*((2*c*d - b*e)/(e^2*(m + 2*p + 1))), Int[(d + e*x)^(m + 1)*
(a + b*x + c*x^2)^(p - 1), x], x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - b*d*e + a
*e^2, 0] && GtQ[p, 0] && (LeQ[-2, m, 0] || EqQ[m + p + 1, 0]) && NeQ[m + 2*p + 1, 0] && IntegerQ[2*p]

Rubi steps \begin{align*} \text {integral}& = -\frac {2 \left (a x+b x^2\right )^{5/2}}{x^3}+(5 b) \int \frac {\left (a x+b x^2\right )^{3/2}}{x^2} \, dx \\ & = \frac {5 b \left (a x+b x^2\right )^{3/2}}{2 x}-\frac {2 \left (a x+b x^2\right )^{5/2}}{x^3}+\frac {1}{4} (15 a b) \int \frac {\sqrt {a x+b x^2}}{x} \, dx \\ & = \frac {15}{4} a b \sqrt {a x+b x^2}+\frac {5 b \left (a x+b x^2\right )^{3/2}}{2 x}-\frac {2 \left (a x+b x^2\right )^{5/2}}{x^3}+\frac {1}{8} \left (15 a^2 b\right ) \int \frac {1}{\sqrt {a x+b x^2}} \, dx \\ & = \frac {15}{4} a b \sqrt {a x+b x^2}+\frac {5 b \left (a x+b x^2\right )^{3/2}}{2 x}-\frac {2 \left (a x+b x^2\right )^{5/2}}{x^3}+\frac {1}{4} \left (15 a^2 b\right ) \text {Subst}\left (\int \frac {1}{1-b x^2} \, dx,x,\frac {x}{\sqrt {a x+b x^2}}\right ) \\ & = \frac {15}{4} a b \sqrt {a x+b x^2}+\frac {5 b \left (a x+b x^2\right )^{3/2}}{2 x}-\frac {2 \left (a x+b x^2\right )^{5/2}}{x^3}+\frac {15}{4} a^2 \sqrt {b} \tanh ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a x+b x^2}}\right ) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.07 (sec) , antiderivative size = 100, normalized size of antiderivative = 1.09 \[ \int \frac {\left (a x+b x^2\right )^{5/2}}{x^4} \, dx=\frac {\sqrt {a+b x} \left (\sqrt {a+b x} \left (-8 a^2+9 a b x+2 b^2 x^2\right )+30 a^2 \sqrt {b} \sqrt {x} \text {arctanh}\left (\frac {\sqrt {b} \sqrt {x}}{-\sqrt {a}+\sqrt {a+b x}}\right )\right )}{4 \sqrt {x (a+b x)}} \]

[In]

Integrate[(a*x + b*x^2)^(5/2)/x^4,x]

[Out]

(Sqrt[a + b*x]*(Sqrt[a + b*x]*(-8*a^2 + 9*a*b*x + 2*b^2*x^2) + 30*a^2*Sqrt[b]*Sqrt[x]*ArcTanh[(Sqrt[b]*Sqrt[x]
)/(-Sqrt[a] + Sqrt[a + b*x])]))/(4*Sqrt[x*(a + b*x)])

Maple [A] (verified)

Time = 2.10 (sec) , antiderivative size = 69, normalized size of antiderivative = 0.75

method result size
risch \(-\frac {\left (b x +a \right ) \left (-2 b^{2} x^{2}-9 a b x +8 a^{2}\right )}{4 \sqrt {x \left (b x +a \right )}}+\frac {15 a^{2} \sqrt {b}\, \ln \left (\frac {\frac {a}{2}+b x}{\sqrt {b}}+\sqrt {b \,x^{2}+a x}\right )}{8}\) \(69\)
pseudoelliptic \(\frac {2 \sqrt {x \left (b x +a \right )}\, b^{\frac {5}{2}} x^{2}+15 \,\operatorname {arctanh}\left (\frac {\sqrt {x \left (b x +a \right )}}{x \sqrt {b}}\right ) a^{2} b x +9 a \,b^{\frac {3}{2}} x \sqrt {x \left (b x +a \right )}-8 a^{2} \sqrt {x \left (b x +a \right )}\, \sqrt {b}}{4 x \sqrt {b}}\) \(84\)
default \(-\frac {2 \left (b \,x^{2}+a x \right )^{\frac {7}{2}}}{a \,x^{4}}+\frac {6 b \left (\frac {2 \left (b \,x^{2}+a x \right )^{\frac {7}{2}}}{a \,x^{3}}-\frac {8 b \left (\frac {2 \left (b \,x^{2}+a x \right )^{\frac {7}{2}}}{3 a \,x^{2}}-\frac {10 b \left (\frac {\left (b \,x^{2}+a x \right )^{\frac {5}{2}}}{5}+\frac {a \left (\frac {\left (2 b x +a \right ) \left (b \,x^{2}+a x \right )^{\frac {3}{2}}}{8 b}-\frac {3 a^{2} \left (\frac {\left (2 b x +a \right ) \sqrt {b \,x^{2}+a x}}{4 b}-\frac {a^{2} \ln \left (\frac {\frac {a}{2}+b x}{\sqrt {b}}+\sqrt {b \,x^{2}+a x}\right )}{8 b^{\frac {3}{2}}}\right )}{16 b}\right )}{2}\right )}{3 a}\right )}{a}\right )}{a}\) \(182\)

[In]

int((b*x^2+a*x)^(5/2)/x^4,x,method=_RETURNVERBOSE)

[Out]

-1/4*(b*x+a)*(-2*b^2*x^2-9*a*b*x+8*a^2)/(x*(b*x+a))^(1/2)+15/8*a^2*b^(1/2)*ln((1/2*a+b*x)/b^(1/2)+(b*x^2+a*x)^
(1/2))

Fricas [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 144, normalized size of antiderivative = 1.57 \[ \int \frac {\left (a x+b x^2\right )^{5/2}}{x^4} \, dx=\left [\frac {15 \, a^{2} \sqrt {b} x \log \left (2 \, b x + a + 2 \, \sqrt {b x^{2} + a x} \sqrt {b}\right ) + 2 \, {\left (2 \, b^{2} x^{2} + 9 \, a b x - 8 \, a^{2}\right )} \sqrt {b x^{2} + a x}}{8 \, x}, -\frac {15 \, a^{2} \sqrt {-b} x \arctan \left (\frac {\sqrt {b x^{2} + a x} \sqrt {-b}}{b x}\right ) - {\left (2 \, b^{2} x^{2} + 9 \, a b x - 8 \, a^{2}\right )} \sqrt {b x^{2} + a x}}{4 \, x}\right ] \]

[In]

integrate((b*x^2+a*x)^(5/2)/x^4,x, algorithm="fricas")

[Out]

[1/8*(15*a^2*sqrt(b)*x*log(2*b*x + a + 2*sqrt(b*x^2 + a*x)*sqrt(b)) + 2*(2*b^2*x^2 + 9*a*b*x - 8*a^2)*sqrt(b*x
^2 + a*x))/x, -1/4*(15*a^2*sqrt(-b)*x*arctan(sqrt(b*x^2 + a*x)*sqrt(-b)/(b*x)) - (2*b^2*x^2 + 9*a*b*x - 8*a^2)
*sqrt(b*x^2 + a*x))/x]

Sympy [F]

\[ \int \frac {\left (a x+b x^2\right )^{5/2}}{x^4} \, dx=\int \frac {\left (x \left (a + b x\right )\right )^{\frac {5}{2}}}{x^{4}}\, dx \]

[In]

integrate((b*x**2+a*x)**(5/2)/x**4,x)

[Out]

Integral((x*(a + b*x))**(5/2)/x**4, x)

Maxima [A] (verification not implemented)

none

Time = 0.19 (sec) , antiderivative size = 84, normalized size of antiderivative = 0.91 \[ \int \frac {\left (a x+b x^2\right )^{5/2}}{x^4} \, dx=\frac {15}{8} \, a^{2} \sqrt {b} \log \left (2 \, b x + a + 2 \, \sqrt {b x^{2} + a x} \sqrt {b}\right ) - \frac {15 \, \sqrt {b x^{2} + a x} a^{2}}{4 \, x} + \frac {5 \, {\left (b x^{2} + a x\right )}^{\frac {3}{2}} a}{4 \, x^{2}} + \frac {{\left (b x^{2} + a x\right )}^{\frac {5}{2}}}{2 \, x^{3}} \]

[In]

integrate((b*x^2+a*x)^(5/2)/x^4,x, algorithm="maxima")

[Out]

15/8*a^2*sqrt(b)*log(2*b*x + a + 2*sqrt(b*x^2 + a*x)*sqrt(b)) - 15/4*sqrt(b*x^2 + a*x)*a^2/x + 5/4*(b*x^2 + a*
x)^(3/2)*a/x^2 + 1/2*(b*x^2 + a*x)^(5/2)/x^3

Giac [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 89, normalized size of antiderivative = 0.97 \[ \int \frac {\left (a x+b x^2\right )^{5/2}}{x^4} \, dx=-\frac {15}{8} \, a^{2} \sqrt {b} \log \left ({\left | -2 \, {\left (\sqrt {b} x - \sqrt {b x^{2} + a x}\right )} \sqrt {b} - a \right |}\right ) + \frac {2 \, a^{3}}{\sqrt {b} x - \sqrt {b x^{2} + a x}} + \frac {1}{4} \, {\left (2 \, b^{2} x + 9 \, a b\right )} \sqrt {b x^{2} + a x} \]

[In]

integrate((b*x^2+a*x)^(5/2)/x^4,x, algorithm="giac")

[Out]

-15/8*a^2*sqrt(b)*log(abs(-2*(sqrt(b)*x - sqrt(b*x^2 + a*x))*sqrt(b) - a)) + 2*a^3/(sqrt(b)*x - sqrt(b*x^2 + a
*x)) + 1/4*(2*b^2*x + 9*a*b)*sqrt(b*x^2 + a*x)

Mupad [F(-1)]

Timed out. \[ \int \frac {\left (a x+b x^2\right )^{5/2}}{x^4} \, dx=\int \frac {{\left (b\,x^2+a\,x\right )}^{5/2}}{x^4} \,d x \]

[In]

int((a*x + b*x^2)^(5/2)/x^4,x)

[Out]

int((a*x + b*x^2)^(5/2)/x^4, x)